08. Recursive or not? Part 1

Quiz

It's time to play… "Is this sequence recursive or not?"

Here's how the game works:

  • I show you (portion of) an ordered sequence.
  • I ask: can you guess the next element in the sequence?
  • If you can - the sequence is recursive!

Is this sequence recursive or not?

Can you guess the next element in this sequence?
2, 4, 6, 8, 10, 12, ?

SOLUTION: 14